toggle menu
JxBrowser
8.1.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.print
/
[jvm]PageMargins
Page
Margins
interface
PageMargins
The page margins used for printing.
Since
7.13
Inheritors
CustomMargins
Members
Types
Custom
Margins
Link copied to clipboard
interface
CustomMargins
:
PageMargins
Page margins in points.
Functions
default
Margins
Link copied to clipboard
open
fun
defaultMargins
(
)
:
PageMargins
Creates default margins for the web page.
none
Link copied to clipboard
open
fun
none
(
)
:
PageMargins
Creates empty margins for the web page.
of
Link copied to clipboard
open
fun
of
(
left
:
Int
,
right
:
Int
,
top
:
Int
,
bottom
:
Int
)
:
PageMargins.CustomMargins
Creates custom margins for the web page in points.